home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Business, Office & Collaboration / Notepad2 3.0.20 / setup.exe / Notepad2.txt < prev   
Text File  |  2008-10-31  |  28KB  |  677 lines

  1.  
  2. =======================================================================
  3. =                                                                     =
  4. =                                                                     =
  5. =   Notepad2 - light-weight Scintilla-based text editor for Windows   =
  6. =                                                                     =
  7. =                                                                     =
  8. =                                                   Notepad2 3.0.20   =
  9. =                                      (c) Florian Balmer 2004-2008   =
  10. =                                       http://www.flos-freeware.ch   =
  11. =                                                                     =
  12. =                                                                     =
  13. =======================================================================
  14.  
  15.  
  16. Description
  17.  
  18.   Notepad2 is a light-weight, free and open source Notepad-like text
  19.   editor with syntax highlighting for a few commonly used languages.
  20.   It's based on the Scintilla source code editing component
  21.   (http://www.scintilla.org) and works on NT-based versions of Windows.
  22.  
  23.  
  24. Features
  25.  
  26.   - Syntax highlighting: HTML, XML, PHP, ASP (JS, VBS), CSS,
  27.     JavaScript, VBScript, C/C++, C#, Resource Script, Makefiles, Java,
  28.     Visual Basic, Pascal, Assembly, SQL, Perl, Python, Configuration
  29.     Files, Apache Config Files, Batch Files, Diff Files
  30.   - Drag & drop text editing inside and outside Notepad2
  31.   - Basic regular expression search and replace
  32.   - Useful word, line and block editing shortcuts
  33.   - Rectangular selection (Alt+Mouse)
  34.   - Brace matching, auto indent, long line marker, zoom functions
  35.   - Support for Unicode, UTF-8, Unix and Mac text files
  36.   - Open shell links
  37.   - Mostly adjustable
  38.  
  39.  
  40. New in Version 3.0.20 (released October 31, 2008)
  41.  
  42.   - Notepad2 converted to a native Win32 Unicode application
  43.   - "Copy Add" (Ctrl+E) to append selected text to clipboard
  44.   - "Unwrap Paragraphs" (Ctrl+Shift+J)
  45.   - "Strip Last Character" (Alt+U)
  46.   - "Select Line", can be used repeatedly (Ctrl+Shift+Space)
  47.   - Remapped "Delete Line" hotkey to Ctrl+Shift+D
  48.   - Remapped "Transparent Mode" hotkey to Alt+O
  49.   - Allow easy toggling of find and replace dialogs (Ctrl+F, Ctrl+H)
  50.   - Save and restore find and replace dialog positions (Ctrl+O, Ctrl+P)
  51.   - Files with UTF-8 Signature always loaded in UTF-8 mode
  52.   - Simple HTML detection for files without extensions
  53.   - Support basic Emacs file variables (see FAQ on my website)
  54.   - Update timestamps (Shift+F5) (see FAQ on my website)
  55.   - %APPDATA% searched for existing ini-file
  56.   - Modest enhancements to scheme customization dialog
  57.   - Improved performance for saving settings to ini-file
  58.   - Less restrictive handling of quoted filenames on command line
  59.   - Keep scrolling positions when reloading changed files
  60.   - Modified /s command line switch to work with extensions, not ids
  61.   - /m command line switch to match specified text
  62.   - /q command line switch to force creation of new files
  63.   - Pass command line switches to existing windows: /s /t /h /x /g /q
  64.   - Proceed to next match after choosing "replace" in replace dialog
  65.   - Fixed some more find and replace problems
  66.   - Improved visual appearance on Windows Vista
  67.   - Updated Scintilla library to 1.77
  68.  
  69.  
  70. New in Version 2.1.19 (released April 10, 2008)
  71.  
  72.   - "Line Comment" (Ctrl+Q) and "Stream Comment" (Ctrl+Shift+Q)
  73.   - "Title Case" (Ctrl+Alt+T) and "Sentence Case" (Ctrl+Alt+S)
  74.   - "Compress Whitespace" (Alt+P) command reduces spaces and tabs
  75.   - Original Notepad .LOG feature
  76.   - /f command line switch to set ini-file (/f0 to omit ini-file)
  77.   - /p command line switch trumps sticky window position
  78.   - /p0 uses system default settings for new window position
  79.   - Move new off-screen windows prior to resizing
  80.   - Option to skip Unicode text detection (File, Encoding, Default)
  81.   - Reload file with different default encoding (Ctrl+F8, Shift+F8)
  82.   - Unsaved documents with just whitespace considered empty
  83.   - Improved handling of relative path names
  84.   - File dialog filters can be specified in the Notepad2 ini-file
  85.   - Type of indent guides can be specified in the Notepad2 ini-file
  86.   - Track width of displayed text to adjust horizontal scroll range
  87.   - Selected find results are better scrolled into view
  88.   - Restore scrolling positions on revert
  89.   - Ctrl+Back and Ctrl+Del stop at newlines, as usual on Windows
  90.   - Ctrl+Space doesn't select initial line indentation whitespace
  91.   - Ctrl+Tab hotkey modified to always insert a tabulator
  92.   - Increase (Alt++) and decrease (Alt+-) long lines limit
  93.   - Display long lines limit in statusbar if visual marker enabled
  94.   - Import and export settings from customization dialog (Alt+I, Alt+X)
  95.   - Added "Regular Expression" style to JavaScript and Java schemes
  96.   - Updated filename extension lists with more default types
  97.   - Updated Python keywords to version 3.0
  98.   - Simplified SQL keywords (merged from MySQL and SQLite)
  99.   - Improved compatibility with Windows Vista
  100.   - Improved visual appearance of toolbar button images
  101.   - Print margins can be set to "0"
  102.   - Fixed several bugs with regular expression find and replace
  103.   - Fixed bug with hanging of recent files dialog
  104.   - Fixed bug with charset not being saved properly
  105.   - Fixed bug with display of text selection at the beginning of lines
  106.   - Fixed bug with cursor movement at start and end of wrapped lines
  107.   - Updated Scintilla library to 1.76
  108.  
  109.  
  110. New in Version 2.0.18 (released July 26, 2007)
  111.  
  112.   - "Select To" command in find dialog allows expanding the selection
  113.   - "Select To Next" (F2) and "Select To Previous" (Shift+F2)
  114.   - "Save Find Text" (Alt+F3) for later use with F2, F3, etc.
  115.   - "Swap" (Ctrl+K) to exchange selected text with clipboard contents
  116.   - Notepad2.exe program file is compressed with UPX by default
  117.  
  118.  
  119. New in Version 2.0.17 (released July 24, 2007)
  120.  
  121.   - Option to allow only one Notepad2 window for each file
  122.   - Option to display filename in window title in various forms
  123.   - Hotkey Shift+Esc to save file and exit Notepad2
  124.   - Indent size can be specified separately from tab width
  125.   - Indent guides are highlighted along with matching braces
  126.   - Caret can be displayed as a block (specify "block" for caret width)
  127.   - Find and replace dialogs can be toggled from the toolbar
  128.   - Tray icon is restored when Explorer is restarted
  129.   - Fixed bug with brace matching
  130.   - Fixed bug with replacement of ^c cutting the last character
  131.   - Fixed bug with regular expression search causing infinite loop
  132.   - Updated Scintilla library to 1.74
  133.  
  134.  
  135. New in Version 2.0.16 (released May 14, 2007)
  136.  
  137.   - The msvcr70.dll runtime library is no longer required
  138.   - "Enclose Selection" helper tool (Alt+Q)
  139.   - Single line files are opened with default line ending mode
  140.   - Remapped hotkey Ctrl+Shift+Z from "Undo" to "Redo"
  141.   - Remapped hotkey Ctrl+Shift+Y from "Redo" to "Undo"
  142.   - Fixed bug: problem with MRU lists causing random crashes
  143.   - Fixed bug: moving lines up/down not working properly
  144.   - Fixed bug: window settings overwritten on new screen resolution
  145.  
  146.  
  147. New in Version 2.0.15 (released April 07, 2007)
  148.  
  149.   - BSD License for Notepad2 and source code (see License.txt)
  150.   - "Insert HTML/XML Tag" helper tool (Alt+X)
  151.   - Regex support for \d, \D, \s, \S, \w, \W, \xHH
  152.   - Text selection can have "eolfilled" style (on by default)
  153.   - Caret blink rate is set to system default on startup
  154.   - Support for opening makefiles without filename extension
  155.   - Dropped Windows 9x support
  156.   - Requires msvcr70.dll runtime library
  157.   - Updated Scintilla library to 1.73
  158.  
  159.  
  160. New in Version 2.0.14 (not released to the public)
  161.  
  162.   - Find and replace dialogs: Don't wrap around on find option
  163.   - Use the clipboard contents as the replacement text (enter ^c)
  164.   - Date and time formats can be changed using template strings
  165.   - "FileCheckInterval" ini-setting (see FAQ on my website)
  166.  
  167.  
  168. New in Version 2.0.13 (not released to the public)
  169.  
  170.   - Settings are stored in ini-file
  171.   - File change notification (optional)
  172.   - Find and replace dialogs are now modeless
  173.   - Multiline find and replace through transform backslashes function
  174.   - Find next / previous word / selected text (Ctrl+F3, Ctrl+Shift+F3)
  175.   - Find and replace dialogs: exclusive options deactivate each other
  176.   - Find wrap notification message can be deactivated
  177.   - Preview function in scheme customization dialog
  178.   - Quickly change the default font (F2)
  179.   - Script information is saved along with font settings
  180.   - Selection and current line background support transparency
  181.   - Open ASCII files as UTF-8 if the default setting is UTF-8
  182.   - Open empty files with default encoding and line ending settings
  183.   - Don't prompt to save modified empty untitled documents
  184.   - Line endings are always converted to current setting on paste
  185.   - Ensure consistent line endings option (File, Line Endings, Default)
  186.   - NTFS streams are preserved when saving files
  187.   - Switching encoding performs proper text conversion to new encoding
  188.   - Encoding conversion notification message can be deactivated
  189.   - Encoding selection dialog displays info about system ANSI code page
  190.   - Downgraded ANSI code page support to system default only
  191.   - Big file wanring message can be deactivated
  192.   - "Wrap Text To Column" command (Ctrl+Shift+W)
  193.   - "Modify Lines" command to prefix and append text to lines (Alt+M)
  194.   - "Duplicate Selection" command (Alt+D)
  195.   - "Invert Case" command (Ctrl+Shift+E)
  196.   - "Clear clipboard" command (in the "Edit" menu)
  197.   - Force indent and unindent (Ctrl+Tab, Ctrl+Shift+Tab)
  198.   - Highlight current line (Ctrl+Shift+I)
  199.   - Additional hotkey for "New File": Ctrl+F4
  200.   - Mapped Ctrl+Shift+Y/Z to Ctrl+Y/Z
  201.   - New hotkey for "Tab Settings" (Ctrl+T)
  202.   - Changed hotkey for "Join Lines" (Ctrl+J)
  203.   - Rearranged some items in the "View" and "Settings" menus
  204.   - "Copy" tool button works as "Copy All" when no text selected
  205.   - "Clear" tool button works as "Clear All" when no text selected
  206.   - Ctrl+Space: select line if word is already selected
  207.   - <br>, <hr> and other tags are no longer closed automatically
  208.   - File, revert now asks if you really want to revert the file
  209.   - "Open with..." and "Favorites" directories can be relative
  210.   - Directories can be used as favorites (triggers open dialog)
  211.   - Filter for open and save dialogs is always set to *.*
  212.   - Location of metapath.exe can be specified in ini-file
  213.   - "DefaultDirectory" ini-setting (see FAQ on my website)
  214.   - "DefaultExtension" ini-setting (see FAQ on my website)
  215.   - Select print color mode (defaults to color on white)
  216.   - Don't print separator line if header or footer omitted
  217.   - Added proper support for multiple monitor systems
  218.   - Allow multiple window position settings for different screen sizes
  219.   - Option to use a sticky window position
  220.   - New command line switches to select syntax schemes: /s, /t, /h, /x
  221.   - Added Apache Config Files syntax highlighting
  222.   - Added Perl POD verbatim style
  223.   - Updated PHP keywords to PHP5
  224.   - Updated SQL keywords
  225.   - Updated CSS syntax highlighting to CSS2
  226.   - Removed NSIS syntax highlighting
  227.   - Removed ActionScript syntax highlighting
  228.   - Removed "Bookmarks" feature
  229.   - Removed "Delete Line Left/Right" and "Transpose Line" commands
  230.   - Removed code page trace message
  231.   - Fixed several bugs that caused Notepad2 to crash when saving files
  232.   - Fixed crash when printing to offline printer
  233.   - Fixed bug with transparency level setting
  234.  
  235.  
  236. New in Version 1.0.12 (released June 25, 2004)
  237.  
  238.   - Notepad2 source code now released under the GNU GPL
  239.   - "Read Only" option handles file attributes
  240.   - Enhanced find and replace dialogs with new options
  241.   - Optionally auto close HTML/XML tags (Ctrl+Shift+H)
  242.   - Improved tabify/untabify selection functions
  243.   - New hotkey to select XML scheme (Shift+F11)
  244.  
  245.  
  246. New in Version 1.0.11 (released May 30, 2004)
  247.  
  248.   - Simple favorites management based on file shortcuts (Alt+I)
  249.   - Optional toolbar buttons for favorites management
  250.   - Improved undo / redo handling of auto indent text
  251.   - Better cursor behaviour for line editing commands
  252.   - Clipboard text is converted according to font character set
  253.   - Auto-select ANSI code page option (File, Encoding, Default...)
  254.   - Windows system text and background colors used by default
  255.   - Enabled some new comment styles for C/C++ related languages
  256.  
  257.  
  258. New in Version 1.0.10 (released May 21, 2004)
  259.  
  260.   - Option to select a default syntax scheme (F12)
  261.   - Find, replace, upper- and lowercase handle umlauts and accents
  262.   - Paste board feature (cmd switch /b) to collect clipboard entries
  263.   - Text is copied to clipboard in Unicode format (Windows NT/2k/XP)
  264.   - Reload current file without encoding detection (F8)
  265.   - Updated CSS properties to version 2.1
  266.   - "Reuse Window" disabled by default to allow multiple windows
  267.  
  268.  
  269. New in Version 1.0.09 (released May 13, 2004)
  270.  
  271.   - Convert tabs to spaces and vice versa (Ctrl+Shift+S/T)
  272.   - Insert time/date (short form/long form) (Ctrl+F5, Ctrl+Shift+F5)
  273.   - Insert filename/path and filename (Ctrl+F9, Ctrl+Shift+F9)
  274.   - Added missing copy line command (Ctrl+Shift+C)
  275.   - Enabled script selection in font dialogs
  276.  
  277.  
  278. New in Version 1.0.08 (released May 08, 2004)
  279.  
  280.   - Find and replace dialogs accept Unicode input (Windows NT/2k/XP)
  281.   - Warning message for large files (customizable using Notepad2.reg)
  282.   - Default file extension is "txt" (customizable using Notepad2.reg)
  283.   - New command line parameters: /c, /g, /?
  284.   - Fixed writing of hidden and system files (Windows XP/2k)
  285.   - Fixed some handling problems with relative pathnames
  286.   - Notepad2.txt outlines how to import and export Notepad2 settings
  287.  
  288.  
  289. New in Version 1.0.07 (released May 03, 2004)
  290.  
  291.   - Select default encoding for new files
  292.   - Select default line endings for new files
  293.   - Right clicking moves cursor if no selection
  294.   - Zooming with Ctrl+Mousewheel recalculates line number width
  295.  
  296.  
  297. New in Version 1.0.06 (released April 30, 2004)
  298.  
  299.   - Word wrap settings, show word wrap symbols (Ctrl+Shift+0)
  300.   - Move line up/down (Ctrl+Shift+Up/Down)
  301.   - Remove blank lines (Alt+R)
  302.   - Bookmarks for file navigation (Ctrl+F2)
  303.   - Minimal print header and footer customization
  304.   - Remapped some keyboard shortcuts (see Notepad2.txt)
  305.   - Added a few comments to Notepad2.txt
  306.  
  307.  
  308. New in Version 1.0.05 (released April 26, 2004)
  309.  
  310.   - Support for XML, ActionScript 2.0, Python, NSIS Script
  311.   - Fully customizable second default style (Shift+F12)
  312.   - Find matching brace (Ctrl+B)
  313.   - Select to matching brace (Ctrl+Shift+B)
  314.   - Goto column (Ctrl+J)
  315.   - Optionally change background color of long lines
  316.   - Transparent mode on Windows 2k and above (Alt+U)
  317.   - Fixed line endings detection for Unicode files
  318.  
  319.  
  320. New in Version 1.0.04 (released April 20, 2004)
  321.  
  322.   - Fixed loading of UTF-8 files with signature
  323.  
  324.  
  325. New in Version 1.0.03 (released April 19,2004)
  326.  
  327.   - Toggle word wrap toolbar button
  328.   - New block command: strip first character (Alt+Z)
  329.   - Strip trailing blanks uses selection, if any
  330.  
  331.  
  332. New in Version 1.0.02 (released April 17, 2004)
  333.  
  334.   - Reload current file (F5)
  335.   - Revised printing functionality
  336.   - Zooming recalculates line number width
  337.  
  338.  
  339. New in Version 1.0.01 (released April 15, 2004)
  340.  
  341.   - Initial public release
  342.  
  343.  
  344. Installation and Uninstallation
  345.  
  346.   Just put a copy of Notepad2.exe and Notepad2.ini to any directory on
  347.   your computer. To uninstall Notepad2, simply delete these two files.
  348.   Notepad2 does not create any registry entries on your computer.
  349.  
  350.  
  351. Keyboard Shortcuts for Notepad2
  352.  
  353.   File
  354.  
  355.     Ctrl+N                New file.
  356.     Ctrl+F4               Close file, identical with Ctrl+N.
  357.     Ctrl+O                Open file.
  358.     F5                    Reload file.
  359.     F8                    Reload file without encoding detection.
  360.     Ctrl+F8               Reload file with Unicode detection toggled.
  361.     Shift+F8              Reload file with ANSI/UTF-8 defaults toggled.
  362.     Ctrl+S                Save file.
  363.     F6                    Save file as.
  364.     Ctrl+F6               Save file copy.
  365.     Ctrl+P                Print file.
  366.     Alt+H                 Open recent file.
  367.  
  368.   Tools
  369.  
  370.     Alt+N                 Open document in new window.
  371.     Alt+0                 Open new empty window.
  372.     Ctrl+M                Run metapath file browser plugin.
  373.     Ctrl+L                Launch document.
  374.     Alt+L                 Open with.
  375.     Ctrl+R                Run command.
  376.  
  377.   Favorites
  378.  
  379.     Alt+I                 Open favorites.
  380.     Alt+K                 Add to favorites.
  381.     F9                    Manage favorites.
  382.  
  383.   Edit
  384.  
  385.     Ctrl+Z                Undo.
  386.     Ctrl+Shift+Z          Redo.
  387.     Alt+Backspace         Undo.
  388.     Ctrl+Y                Redo.
  389.     Ctrl+Shift+Y          Undo.
  390.     Ctrl+X                Cut.
  391.     Shift+Del             Cut.
  392.     Ctrl+C                Copy.
  393.     Alt+C                 Copy all.
  394.     Ctrl+E                Copy add.
  395.     Ctrl+V                Paste.
  396.     Shift+Ins             Paste.
  397.     Ctrl+K                Swap.
  398.     Del                   Clear.
  399.     Ctrl+A                Select all.
  400.     Alt+Shift+Arrows      Rectangular selection.
  401.     Ctrl+Enter            New line with toggled auto indent option.
  402.     Ctrl+PgUp/PgDn        Goto previous/next block.
  403.     Ctrl+Shift+PgUp/PgDn  Select to previous/next block.
  404.  
  405.   Char, Word
  406.  
  407.     Ctrl+Space            Select word (or line).
  408.     Ctrl+Backspace        Delete word before/left.
  409.     Ctrl+Del              Delete word after/right.
  410.     Ctrl+Tab              Insert tabulator.
  411.  
  412.   Line
  413.  
  414.     Ctrl+Shift+Space      Select line.
  415.     Ctrl+Shift+Up         Move line up.
  416.     Ctrl+Shift+Down       Move line down.
  417.     Ctrl+D                Duplicate line.
  418.     Ctrl+Shift+X          Cut line.
  419.     Ctrl+Shift+C          Copy line.
  420.     Ctrl+Shift+D          Delete line.
  421.     Ctrl+Shift+Backspace  Delete line left.
  422.     Ctrl+Shift+Del        Delete line right.
  423.  
  424.   Block
  425.  
  426.     Tab                   Indent selected block.
  427.     Shift+Tab             Unindent selected block.
  428.     Alt+Q                 Enclose selection.
  429.     Alt+D                 Duplicate selection.
  430.     Alt+Z                 Strip first character.
  431.     Alt+U                 Strip last character.
  432.     Alt+W                 Strip trailing blanks.
  433.     Alt+P                 Compress whitespace.
  434.     Alt+R                 Remove blank lines.
  435.     Alt+M                 Modify lines.
  436.     Ctrl+Shift+W          Column wrap.
  437.     Ctrl+I                Split lines.
  438.     Ctrl+J                Join lines.
  439.     Ctrl+Shift+J          Unwrap paragraphs.
  440.  
  441.   Convert
  442.  
  443.     Ctrl+Shift+U          Make uppercase.
  444.     Ctrl+U                Make lowercase.
  445.     Ctrl+Alt+I            Invert case.
  446.     Ctrl+Alt+T            Title case.
  447.     Ctrl+Alt+S            Sentence case.
  448.     Ctrl+Shift+S          Convert tabs to spaces.
  449.     Ctrl+Shift+T          Convert spaces to tabs.
  450.     Ctrl+Shift+A          Convert to ANSI.
  451.     Ctrl+Shift+O          Convert to OEM.
  452.  
  453.   Insert
  454.  
  455.     Alt+X                 HTML/XML tag.
  456.     Ctrl+F5               Time/date (short form).
  457.     Ctrl+Shift+F5         Time/date (long form).
  458.     Ctrl+F9               Filename.
  459.     Ctrl+Shift+F9         Path and filename.
  460.  
  461.   Special
  462.  
  463.     Ctrl+Q                Block comment (toggle).
  464.     Ctrl+Shift+Q          Stream comment.
  465.     Ctrl+B                Find matching brace.
  466.     Ctrl+Shift+B          Select to matching brace.
  467.     Ctrl+1                Enclose within ''.
  468.     Ctrl+2                Enclose within "".
  469.     Ctrl+3                Enclose within ().
  470.     Ctrl+4                Enclose within [].
  471.     Ctrl+5                Enclose within {}.
  472.     Shift+F5              Update timestamps.
  473.  
  474.   Find, Replace
  475.  
  476.     Ctrl+F                Find.
  477.     Alt+F3                Save find text.
  478.     F3                    Find next.
  479.     Shift+F3              Find previous.
  480.     Ctrl+F3               Find next word or selection.
  481.     Ctrl+Shift+F3         Find previous word or selection.
  482.     F2                    Expand selection to next match.
  483.     Shift+F2              Expand selection to previous match.
  484.     Ctrl+H                Replace.
  485.     Ctrl+G                Jump to line.
  486.  
  487.   Syntax scheme, Font
  488.  
  489.     F12                   Select syntax scheme.
  490.     Shift+F12             Select 2nd default syntax scheme.
  491.     Ctrl+F12              Customize syntax schemes.
  492.     Alt+F12               Select default font.
  493.     F11                   Select default text syntax scheme.
  494.     Ctrl+F11              Select web source code syntax scheme.
  495.     Shift+F11             Select XML document syntax scheme.
  496.  
  497.   View
  498.  
  499.     Ctrl+W                Toggle word wrap.
  500.     Ctrl+Shift+L          Show long line marker.
  501.     Ctrl+Shift+G          Show indentation guides.
  502.     Ctrl+Shift+N          Show line numbers.
  503.     Ctrl+Shift+M          Show selection margin.
  504.     Ctrl+Shift+8          Show whitespace.
  505.     Ctrl+Shift+9          Show line endings.
  506.     Ctrl+Shift+0          Show wrap symbols.
  507.     Ctrl+Shift+V          Toggle visual brace matching.
  508.     Ctrl+Shift+I          Highlight current line.
  509.  
  510.   Zoom
  511.  
  512.     Ctrl++                Zoom in.
  513.     Ctrl+-                Zoom out.
  514.     Ctrl+/                Reset zoom.
  515.  
  516.   Settings
  517.  
  518.     Ctrl+T                Tab settings.
  519.     Alt++                 Increase limit for long lines.
  520.     Alt+-                 Decrease limit for long lines.
  521.     Ctrl+Shift+H          Toggle auto close HTML/XML.
  522.     Alt+T                 Always on top.
  523.     Alt+O                 Transparent mode.
  524.     F7                    Save settings now.
  525.     Ctrl+F7               Jump to ini-file.
  526.  
  527.   Misc.
  528.  
  529.     Esc                   Optionally minimize or exit Notepad2.
  530.     Shift+Esc             Save file and exit Notepad2.
  531.     F1                    Display version info.
  532.  
  533.  
  534. Regular Expression Syntax
  535.  
  536.   .      Matches any character
  537.  
  538.   \(     This marks the start of a region for tagging a match.
  539.  
  540.   \)     This marks the end of a tagged region.
  541.  
  542.   \n     Where n is 1 through 9 refers to the first through ninth
  543.          tagged region when replacing. For example, if the search
  544.          string was Fred\([1-9]\)XXX and the replace string was
  545.          Sam\1YYY, when applied to Fred2XXX this would generate
  546.          Sam2YYY.
  547.  
  548.   \<     This matches the start of a word.
  549.  
  550.   \>     This matches the end of a word.
  551.  
  552.   \x     This allows you to use a character x that would otherwise
  553.          have a special meaning. For example, \[ would be interpreted
  554.          as [ and not as the start of a character set.
  555.  
  556.   [...]  This indicates a set of characters, for example, [abc] means
  557.          any of the characters a, b or c. You can also use ranges, for
  558.          example [a-z] for any lower case character.
  559.  
  560.   [^...] The complement of the characters in the set. For example,
  561.          [^A-Za-z] means any character except an alphabetic character.
  562.  
  563.   ^      This matches the start of a line (unless used inside a set,
  564.          see above).
  565.  
  566.   $      This matches the end of a line.
  567.  
  568.   *      This matches 0 or more times. For example, Sa*m matches Sm,
  569.          Sam, Saam, Saaam and so on.
  570.  
  571.   +      This matches 1 or more times. For example, Sa+m matches Sam,
  572.          Saam, Saaam and so on.
  573.  
  574.   \d     Any decimal digit.
  575.   \D     Any character that is not a decimal digit.
  576.  
  577.   \s     Any whitespace character.
  578.   \S     Any character that is not a whitespace character.
  579.  
  580.   \w     Any "word" character.
  581.   \W     Any "non-word" character.
  582.  
  583.   \xHH   Character with hex code HH.
  584.  
  585.   -----> Examples (don't use quotes)
  586.          - Quote lines: find "^" replace with "> "
  587.          - Unquote lines: find "^> " replace with ""
  588.          - Remove line numbers: find "^[0-9]+" replace with ""
  589.          - Convert tabs to double spaces: find "\t" replace with "  "
  590.  
  591.  
  592. Command Line Switches
  593.  
  594.   Notepad2.exe [/g ln[,col]] [/m[-][r|b] text] [/q] [/s ext] [/t] [/h]
  595.                [/x] [/c] [/b] [/n] [/p x,y,cx,cy[,max]|/p0] [/i]
  596.                [/f ini|/f0] [/?] [file]
  597.  
  598.     file  File to open, can be a relative pathname, or a shell link.
  599.           This must be the last argument, quotes are not necessary.
  600.     /g    Jump to specified position, a line of -1 means end of file.
  601.     /m    Match specified text (- last, r regex, b backslashes).
  602.     /q    Force creation of new files without prompt.
  603.     /s    Select syntax scheme associated with specified extension.
  604.     /t    Select default text scheme.
  605.     /h    Select Web Source Code scheme.
  606.     /x    Select XML Document scheme.
  607.     /c    Open a new Notepad2 window and paste the clipboard contents.
  608.     /b    Open a new Notepad2 paste board to collect clipboard entries.
  609.     /n    Always open a new Notepad2 window.
  610.     /p    Set window position to x,y with size cx,cy, optional max set
  611.           to nonzero to maximize window; /p0 means use system default.
  612.     /i    Start as tray icon.
  613.     /f    Specify ini-file; /f0 use no ini-file (don't save settings).
  614.     /?    Display a brief summary about command line parameters.
  615.  
  616.  
  617. Source Code
  618.  
  619.   Notepad2 is based on the Scintilla source code editing component:
  620.   http://www.scintilla.org
  621.  
  622.   The full Notepad2 source code can be found at:
  623.   http://www.flos-freeware.ch
  624.  
  625.  
  626. More Information and Resources
  627.  
  628.   For more information on Notepad2 features, and answers to the most
  629.   frequently asked questions (FAQ), please visit the Notepad2 website:
  630.   http://www.flos-freeware.ch
  631.  
  632.  
  633. Feature Requests
  634.  
  635.   Thank you very much for the overwhelming feedback about Notepad2!
  636.   Feature requests are always welcome, but please keep in mind that
  637.   Notepad2 has been designed as a compact Notepad replacement.
  638.  
  639.   Hyperlink support is currently not provided by the Scintilla source
  640.   code editing component (and not planned), it's unlikely I will
  641.   implement this.
  642.  
  643.   Notepad replacement is easier said than done, I'm sorry! Instructions
  644.   on how to replace Notepad on various versions of Windows can be found
  645.   around in the net.
  646.  
  647.  
  648. Credits and Special Thanks
  649.  
  650.   Here I would like to say "THANK YOU" to the developers of the great
  651.   Scintilla source code editing component (http://www.scintilla.org),
  652.   which is the core of Notepad2. Without Scintilla, the rich features
  653.   found in Notepad2 wouldn't have been possible!
  654.  
  655.   Many thanks to everybody for sending me bug reports and useful hints.
  656.   A special thank goes to Roland Weigelt (http://www.roland-weigelt.de)
  657.   for his helpful thoughts and comments about Notepad2 features and
  658.   usability in early development stages. I'd also like to express my
  659.   thanks to Timo Kunze (http://www.TimoSoft-Software.de), to Kai Liu
  660.   (http://www.kailiu.com) and Moritz Kroll for sending detailed bug
  661.   reports and ready-to-use patches.
  662.  
  663.  
  664. Copyright
  665.  
  666.   Notepad2 is FREE SOFTWARE and may be used and distributed freely.
  667.   Please do not charge any distribution or download fees for this
  668.   program, except for the cost of the distribution medium. The use of
  669.   this software is AT YOUR OWN RISK. See License.txt for full details.
  670.  
  671.   If you have comments or questions, please drop me a note:
  672.   florian.balmer@gmail.com
  673.  
  674.   (c) Florian Balmer 2004-2008
  675.  
  676. ###
  677.